Search
ScrollIconRenderer Constructor (RenderCallback(TableNode))
See Also
 





Initializes a new instance of the ScrollIconRenderer class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ScrollIconRenderer (
    RenderCallback<TableNode> renderCallback
)

Visual Basic  Copy Code

Public New ( _
    renderCallback As RenderCallback(Of TableNode) _
)

 Parameters

renderCallback

A callback function that draws the scroll arrows using IGraphics code.

 See Also